projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae494f6
)
(extend_range_table_work_area): Fix typo.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 20 Feb 2006 03:48:53 +0000
(
03:48
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 20 Feb 2006 03:48:53 +0000
(
03:48
+0000)
src/regex.c
patch
|
blob
|
history
diff --git
a/src/regex.c
b/src/regex.c
index d6b61a1c18b949f36dc790afe38c9da5b02a8e3b..c08471355fd3b3c2cd45a6bdb379aed7fcbc91bf 100644
(file)
--- a/
src/regex.c
+++ b/
src/regex.c
@@
-2070,7
+2070,7
@@
extend_range_table_work_area (work_area)
= (int *) xrealloc (work_area->table, work_area->allocated);
else
work_area->table
- = (int *) xalloc (work_area->allocated);
+ = (int *) x
m
alloc (work_area->allocated);
}
#ifdef emacs